NevronOpenVision
Nevron.Nov.Grid Namespace / NGenericDataCellEditor<TValueEditor> Class
Fields Properties Methods Events


In This Topic
    NGenericDataCellEditor<TValueEditor> Class Members
    In This Topic

    The following tables list the members exposed by NGenericDataCellEditor<TValueEditor>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDataCellEditor.  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the stack panel that contains the buttons of the editor.  
    Public PropertyGets or sets the null label, which is displayed over the value editor, if the current value is null.  
    Public PropertyGets or sets the value editor.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Determines whether the this cell can copy its content on the clipboard.  
    Public MethodOverridden. Determines whether the this cell can cut its content on the clipboard.  
    Public MethodOverridden. Determines whether the this cell can accept pasted content from the clipboard.  
    Public MethodOverridden. Copies the content of the specified data cell on the clipboard.  
    Public MethodOverridden. Cuts the content of the specified data cell on the clipboard.  
    Public MethodOverloaded. Overridden.   
    Public MethodOverridden. Pastes the content from the clipboard inside the this cell.  
    Public MethodOverloaded. Overridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to arrange the editor and the buttons  
    Protected MethodOverridable which creates the buttons of the editor.  
    Protected MethodMust override to get a non-null value from the editor.  
    Protected MethodOverridden. Overriden to measure the editor and the buttons  
    Protected Method  
    Protected MethodMust override to set a non-null value to the editor.  
    Top
    See Also